Conversation
|
@codex review |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e6005edb1c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| guard !hasCompletedOnboarding else { return } | ||
|
|
||
| showOnboarding = true |
There was a problem hiding this comment.
Skip onboarding for existing non-Pro users
prepareInitialPresentation() now presents onboarding for every non-Pro user whenever hasCompletedOnboarding is false, but this flag is newly introduced in this commit and defaults to false for existing installs; as a result, returning free users who already configured channels will be forced through the non-dismissible onboarding flow after updating. Please add a migration/default path for existing users (or gate onboarding on first-run/empty-channel state) so only true new users see this flow.
Useful? React with 👍 / 👎.
Uh oh!
There was an error while loading. Please reload this page.